#############################################################
#															#
#	File:			MakeFile								#
#	Version:		1.0										#
#	Author:													#
#	Copyright:		(c) 1989-1990 by Apple Computer, Inc.	#
#	Developer Technical Support Apple II Sample Code		#
#															#
#	Description:	This file contains the commands needed	#
#					to build the Shell CDEV for the IIgs	#
#															#
#-----------------------------------------------------------#
#															#
#	Development History:									#
#															#
#	Who		Date		The Modification					#
#	---		--------	----------------					#
#															#
#############################################################

CDev			makefile CDevCode CDev.r
	RezIIgs CDev.r -o CDev -t "C7  " -c "pdos"

CDev.p.obj			makefile CDev.p
	PascalIIgs CDev.p -o CDev.p.obj

CDevcode			makefile CDev.p.obj
	LinkIIgs -w -x 
		-lib "{PIIGSLibraries}PLib" 
		-lseg CDev:$1000 
			CDev.p.obj 
			"{PIIGSLibraries}Plib"(@main,@PLib,@~globals,@~arrays) 
		-o CDevcode
